Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating UbuntuNetCoreKeyring dockerfile to use net core 5 #17980

Merged
merged 5 commits into from
Feb 22, 2021

Conversation

schaabs
Copy link
Member

@schaabs schaabs commented Jan 14, 2021

No description provided.

@schaabs
Copy link
Member Author

schaabs commented Jan 14, 2021

/azp run net - identity - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@schaabs
Copy link
Member Author

schaabs commented Jan 14, 2021

/azp run net - docker-containers-publish

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@benbp
Copy link
Member

benbp commented Jan 14, 2021

/azp list

@azure-pipelines
Copy link

CI/CD Pipelines for this repository:


ENV \
NO_AT_BRIDGE=1 \
DOCKER_CONTAINER_NAME="ubuntu_netcore_keyring" \
PSModuleAnalysisCachePath=/var/cache/microsoft/powershell/PSModuleAnalysisCache/ModuleAnalysisCache \
POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetCoreSDK-Ubuntu-18.04
POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetCoreSDK-Ubuntu-20.04
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does .NET 5 require Ubuntu20?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mostly ask because we are still using ubuntu 18 in most of our other pipelines.

Copy link
Member Author

@schaabs schaabs Jan 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't see a docker image for 5.0 based on Ubuntu 18 in the the full tag listing here. If you think it's an issue to use Ubuntu 20 here we can build our own image.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting they seem to support .NET 5 on 18.04 (https://docs.microsoft.com/en-us/dotnet/core/install/linux#ubuntu) but they don't publish a docker container. I don't know of any specific issues with Ubuntu 20.04 currently but I know the last time we tried moving there were some sorting issues due to some cultural library changes in the OS. You can certainly try 20.04 if that is easier but if you start seeing weird issues we might want to reconsider until we move everything to 20.04.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weshaggard the only issue we've found so far was python was not installed by default, but if we see more we can build one from 18.04.

@jsquire
Copy link
Member

jsquire commented Feb 19, 2021

Hi @schaabs. There hasn't been recent engagement on this PR. If this is still an active work stream, please let us know by removing the no-recent-activity label. Otherwise, we'll close this out in 7 days.

@jsquire jsquire added the no-recent-activity There has been no recent activity on this issue. label Feb 19, 2021
@benbp
Copy link
Member

benbp commented Feb 22, 2021

@schaabs this needs to be merged given our use of the image.

@schaabs schaabs merged commit ced985d into Azure:master Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-recent-activity There has been no recent activity on this issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants